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 larry, ncoghlan, vstinner
Date 2018-01-16.09:47:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516096025.01.0.467229070634.issue32563@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, I backported a fix to 3.4 but I forgot Python 3.5.

My fix for Python 3.4 is made of multiple bugfixes: 8b11e8de7aedacfbbcc8c780f3c4097396f1d1a3

For Python 3.5, you want at least this change I think:

https://github.com/libexpat/libexpat/commit/e0b290eb3d8f4c4b45137a7d7f4f8db812145bd2
History
Date User Action Args
2018-01-16 09:47:05vstinnersetrecipients: + vstinner, ncoghlan, larry
2018-01-16 09:47:05vstinnersetmessageid: <1516096025.01.0.467229070634.issue32563@psf.upfronthosting.co.za>
2018-01-16 09:47:05vstinnerlinkissue32563 messages
2018-01-16 09:47:04vstinnercreate