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 twouters, vinay.sajip, vstinner
Date 2019-10-07.20:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570480748.61.0.765475661192.issue38376@roundup.psfhosted.org>
In-reply-to
Content
After pushing some fixes to 3.8 and master branches, I tested the following commands in 3.7, 3.8 and master branches:

make distclean
./configure --prefix=$HOME/.local --with-assertions
make
./python -m test -j0 test_bytes test_gc test_capi

These commands now work in the 3 branches. I close the issue.

Thanks Vinay Sajip for the bug report! Thanks T. Wouters for previous fixes.

@T. Wouters: I took the liberty of closing your PR 16594 in favor of my PR 16623. I may backport PR 16612 enhancements to 3.8 later, but not jus before a 3.8.0 final release to no stress our release manager ;-)
History
Date User Action Args
2019-10-07 20:39:08vstinnersetrecipients: + vstinner, twouters, vinay.sajip
2019-10-07 20:39:08vstinnersetmessageid: <1570480748.61.0.765475661192.issue38376@roundup.psfhosted.org>
2019-10-07 20:39:08vstinnerlinkissue38376 messages
2019-10-07 20:39:08vstinnercreate