diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-11-19 06:25:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 06:25:32 (GMT) |
commit | a3360facbaa8886f1e6f8a80057230371fee675b (patch) | |
tree | 4d4481f288dbe57348e632165f3dcff1295f644b /Misc | |
parent | 27d8dc2c9d3de886a884f79f0621d4586c0e0f7a (diff) | |
download | cpython-a3360facbaa8886f1e6f8a80057230371fee675b.zip cpython-a3360facbaa8886f1e6f8a80057230371fee675b.tar.gz cpython-a3360facbaa8886f1e6f8a80057230371fee675b.tar.bz2 |
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-99285)
It was untested and undocumented. No code has been found in the wild that ever used it.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-09-12-36-12.gh-issue-99284.9p4J2l.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-09-12-36-12.gh-issue-99284.9p4J2l.rst b/Misc/NEWS.d/next/Library/2022-11-09-12-36-12.gh-issue-99284.9p4J2l.rst new file mode 100644 index 0000000..48576bd --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-09-12-36-12.gh-issue-99284.9p4J2l.rst @@ -0,0 +1,2 @@ +Remove ``_use_broken_old_ctypes_structure_semantics_`` +old untested and undocumented hack from :mod:`ctypes`. |