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.

classification
Title: Fix python3 None export
Type: Stage:
Components: Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: brian.curtin, georg.brandl, loewis
Priority: release blocker Keywords: patch

Created on 2011-02-04 18:50 by loewis, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
none.diff loewis, 2011-02-04 18:50
Messages (4)
msg127917 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2011-02-04 18:50
The None export of python3.dll is bogus; attached is a fix. This also regenerates python3stub.def, which contained some exports that had already been deleted from python3.def.
msg127918 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2011-02-04 19:03
Looks fine to me.
msg127919 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-02-04 19:06
Me too.
msg127920 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2011-02-04 19:09
Thanks for the quick review. Committed as r88333.
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55327
2011-02-04 19:09:37loewissetstatus: open -> closed

messages: + msg127920
resolution: accepted
2011-02-04 19:06:40georg.brandlsetmessages: + msg127919
2011-02-04 19:03:44brian.curtinsetnosy: + brian.curtin
messages: + msg127918
2011-02-04 18:50:27loewiscreate