<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Parser, branch benjamin-interp-initialize</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>Remove unneeded PyUnicode_READY() in tokenizer.c  (GH-9114)</title>
<updated>2018-09-10T06:27:31+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2018-09-10T06:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5061a74a4c8686764a299d82df048bf858dd263b'/>
<id>5061a74a4c8686764a299d82df048bf858dd263b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)</title>
<updated>2018-08-21T03:11:40+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2018-08-21T03:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=3e26e42c905852394fa136f1cc564dac98b56166'/>
<id>3e26e42c905852394fa136f1cc564dac98b56166</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)</title>
<updated>2018-08-15T06:27:26+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2018-08-15T06:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=7c4ab2afb17b99eb3f61f9c73cbd548b5e0ad2c0'/>
<id>7c4ab2afb17b99eb3f61f9c73cbd548b5e0ad2c0</id>
<content type='text'>
Avoid undefined pointer arithmetic with NULL.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid undefined pointer arithmetic with NULL.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)</title>
<updated>2018-07-24T23:37:05+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-07-24T23:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=53b7d4e40208d91eb30ae28821213b2d8f2befc4'/>
<id>53b7d4e40208d91eb30ae28821213b2d8f2befc4</id>
<content type='text'>
Add more fields to _PyCoreConfig:

* _check_hash_pycs_mode
* bytes_warning
* debug
* inspect
* interactive
* legacy_windows_fs_encoding
* legacy_windows_stdio
* optimization_level
* quiet
* unbuffered_stdio
* user_site_directory
* verbose
* write_bytecode

Changes:

* Remove pymain_get_global_config() and pymain_set_global_config()
  which became useless. These functions have been replaced by
  _PyCoreConfig_GetGlobalConfig() and
  _PyCoreConfig_SetGlobalConfig().
* sys.flags.dont_write_bytecode value is now restricted to 1 even if
  -B option is specified multiple times on the command line.
* PyThreadState_Clear() now uses the config from the current
  interpreter rather than using global Py_VerboseFlag</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add more fields to _PyCoreConfig:

* _check_hash_pycs_mode
* bytes_warning
* debug
* inspect
* interactive
* legacy_windows_fs_encoding
* legacy_windows_stdio
* optimization_level
* quiet
* unbuffered_stdio
* user_site_directory
* verbose
* write_bytecode

Changes:

* Remove pymain_get_global_config() and pymain_set_global_config()
  which became useless. These functions have been replaced by
  _PyCoreConfig_GetGlobalConfig() and
  _PyCoreConfig_SetGlobalConfig().
* sys.flags.dont_write_bytecode value is now restricted to 1 even if
  -B option is specified multiple times on the command line.
* PyThreadState_Clear() now uses the config from the current
  interpreter rather than using global Py_VerboseFlag</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262)</title>
<updated>2018-07-23T20:41:11+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-07-23T20:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=aba24ff3601ddc86b85e01880a8be596fb799287'/>
<id>aba24ff3601ddc86b85e01880a8be596fb799287</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Windows compiler warning in tokenize.c (GH-8359)</title>
<updated>2018-07-21T01:36:06+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-07-21T01:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c884616390f990a58fe337376904530a48a0e833'/>
<id>c884616390f990a58fe337376904530a48a0e833</id>
<content type='text'>
Fix the following warning on Windows:

parser\tokenizer.c(1297): warning C4244: 'function': conversion from
'__int64' to 'int', possible loss of data.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the following warning on Windows:

parser\tokenizer.c(1297): warning C4244: 'function': conversion from
'__int64' to 'int', possible loss of data.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)</title>
<updated>2018-07-19T22:34:03+00:00</updated>
<author>
<name>ValeriyaSinevich</name>
<email>valeriya.sinevich@phystech.edu</email>
</author>
<published>2018-07-19T22:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=ce75df3031c86b78311b1ad76c39c0b39d7d7424'/>
<id>ce75df3031c86b78311b1ad76c39c0b39d7d7424</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)</title>
<updated>2018-07-09T12:09:35+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-07-09T12:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=cf7303ed2aa19fb48687d7140dbc86fc23c9fca4'/>
<id>cf7303ed2aa19fb48687d7140dbc86fc23c9fca4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31546: Fix input hook integration (GH-7978)</title>
<updated>2018-06-28T16:29:44+00:00</updated>
<author>
<name>Thomas A Caswell</name>
<email>tcaswell@gmail.com</email>
</author>
<published>2018-06-28T16:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=9b9d58f0d88b338eb8d2ae0da5cd91d60d1b0e39'/>
<id>9b9d58f0d88b338eb8d2ae0da5cd91d60d1b0e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)</title>
<updated>2018-05-31T04:34:34+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-05-31T04:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=a5c42284e69fb309bdd17ee8c1c120d1be383012'/>
<id>a5c42284e69fb309bdd17ee8c1c120d1be383012</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
