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 Tianjg, ZackerySpytz, eryksun, ezio.melotti, izbyshev, paul.moore, steve.dower, tianjg, tim.golden, vstinner, zach.ware
Date 2021-01-06.09:13:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609924390.22.0.802170586045.issue32381@roundup.psfhosted.org>
In-reply-to
Content
boost-python was using the removed private _Py_fopen() function, I proposed https://github.com/boostorg/python/pull/344 to replace _Py_fopen() with fopen().
History
Date User Action Args
2021-01-06 09:13:10vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, zach.ware, eryksun, steve.dower, izbyshev, ZackerySpytz, Tianjg, tianjg
2021-01-06 09:13:10vstinnersetmessageid: <1609924390.22.0.802170586045.issue32381@roundup.psfhosted.org>
2021-01-06 09:13:10vstinnerlinkissue32381 messages
2021-01-06 09:13:10vstinnercreate