diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-10-31 18:06:07 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-10-31 18:06:07 (GMT) |
commit | 275c848736f1c15efc15b84ced315218ac639899 (patch) | |
tree | 24711a1bba751953e8b819623bff0bcae08888ce /Misc | |
parent | d1f2cb37a2d1cc7b098abf6bc403fb5d43128051 (diff) | |
parent | 64085e306495769161dc278c5c61490dc767e598 (diff) | |
download | cpython-275c848736f1c15efc15b84ced315218ac639899.zip cpython-275c848736f1c15efc15b84ced315218ac639899.tar.gz cpython-275c848736f1c15efc15b84ced315218ac639899.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ Core and Builtins - Issue #15368: An issue that caused bytecode generation to be non-deterministic when using randomized hashing (-R) has been fixed. +- Issue #16369: Global PyTypeObjects not initialized with PyType_Ready(...). + - Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". |