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 koobs
Recipients christian.heimes, kevans, koobs, lukasz.langa, vstinner
Date 2020-07-13.12:17:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594642642.15.0.714443859624.issue41013@roundup.psfhosted.org>
In-reply-to
Content
I've updated the FreeBSD CURRENT buildbot past base/r363065 [1] which implements SHM_GROW_ON_WRITE:

https://svnweb.freebsd.org/changeset/base/363065
https://reviews.freebsd.org/D25502

Also worth noting that I don't believe stable/12 (FreeBSD 12.x) will be getting this syscall (correct me if im wrong Kyle), so these tests may still fail on the FreeBSD 12.x worker, and the tests should be updated to account for that in some manner.
History
Date User Action Args
2020-07-13 12:17:22koobssetrecipients: + koobs, vstinner, christian.heimes, lukasz.langa, kevans
2020-07-13 12:17:22koobssetmessageid: <1594642642.15.0.714443859624.issue41013@roundup.psfhosted.org>
2020-07-13 12:17:22koobslinkissue41013 messages
2020-07-13 12:17:21koobscreate