Message358265
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? |
|
Date |
User |
Action |
Args |
2019-12-11 15:25:10 | beccamorgan | set | recipients:
+ beccamorgan, aeros, LewisGaul, b1tninja |
2019-12-11 15:25:09 | beccamorgan | set | messageid: <1576077909.98.0.817022992423.issue38860@roundup.psfhosted.org> |
2019-12-11 15:25:09 | beccamorgan | link | issue38860 messages |
2019-12-11 15:25:09 | beccamorgan | create | |
|