Staging
v0.5.1
https://github.com/python/cpython
Revision 1e18102a72b8982096c3f2b453f7b5da401586f6 authored by Antoine Pitrou on 08 May 2013, 00:07:13 UTC, committed by Antoine Pitrou on 08 May 2013, 00:07:13 UTC
(_testcapi isn't Py_ssize_t-clean, the "s#" code should use an int for length)
1 parent 38f1afe
Raw File
Tip revision: 1e18102a72b8982096c3f2b453f7b5da401586f6 authored by Antoine Pitrou on 08 May 2013, 00:07:13 UTC
Issue #17928: Fix test_structmembers on 64-bit big-endian machines.
Tip revision: 1e18102
idlever.py
IDLE_VERSION = "2.7.4"
back to top