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 beccamorgan
Recipients LewisGaul, aeros, b1tninja, beccamorgan
Date 2019-12-11.15:25:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576077909.98.0.817022992423.issue38860@roundup.psfhosted.org>
In-reply-to
Content
Looking at the test case 'test_from_buffer_copy' here:
https://github.com/python/cpython/blob/master/Lib/ctypes/test/test_frombuffer.py

This suggests the failure to call init in this instance is expected behavior (similarly for from_buffer), unlike e.g. the classmethod fromkeys() with a dictionary subclass which behaves as expected.

Are there any required changes here, perhaps if not code then documentation?
History
Date User Action Args
2019-12-11 15:25:10beccamorgansetrecipients: + beccamorgan, aeros, LewisGaul, b1tninja
2019-12-11 15:25:09beccamorgansetmessageid: <1576077909.98.0.817022992423.issue38860@roundup.psfhosted.org>
2019-12-11 15:25:09beccamorganlinkissue38860 messages
2019-12-11 15:25:09beccamorgancreate