Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e39572 commit 79b7ea1Copy full SHA for 79b7ea1
1 file changed
Misc/NEWS
@@ -10,8 +10,8 @@ What's New in Python 3.3.0 Beta 2?
10
Core and Builtins
11
-----------------
12
13
-- Issue #15466: Stop using TYPE_INT64 in marshal, to make bytecode
14
- files
+- Issue #15466: Stop using TYPE_INT64 in marshal, to make importlib.h
+ (and other byte code files) equal between 32-bit and 64-bit systems.
15
16
- Issue #1692335: Move initial args assignment to
17
BaseException.__new__ to help pickling of naive subclasses.
0 commit comments