This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, pitrou, vstinner
Date 2016-01-11.17:37:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452533876.89.0.00290414377983.issue26058@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 3 updated for the second version of the PEP 509. Main changes:

* ma_version now has the type PY_UINT64_T
* remove dict.__version__ property: replace with _testcapi.dict_get_version() for tests
History
Date User Action Args
2016-01-11 17:37:56vstinnersetrecipients: + vstinner, brett.cannon, pitrou
2016-01-11 17:37:56vstinnersetmessageid: <1452533876.89.0.00290414377983.issue26058@psf.upfronthosting.co.za>
2016-01-11 17:37:56vstinnerlinkissue26058 messages
2016-01-11 17:37:56vstinnercreate