Movatterモバイル変換


[0]ホーム

URL:


homepage

Issue652857

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title:PEP 298 implementation
Type:Stage:
Components:NoneVersions:
process
Status:closedResolution:
Dependencies:Superseder:
Assigned To:Nosy List: theller
Priority:normalKeywords:patch

Created on2002-12-12 19:43 bytheller, last changed2022-04-10 16:06 byadmin. This issue is nowclosed.

Files
File nameUploadedDescriptionEdit
pep298.core.patchtheller,2002-12-12 19:44Patch to the Python core which defines the interface.
string.patchtheller,2002-12-12 19:46Patch for stringobject.c
unicodeobject.patchtheller,2002-12-12 19:47Patch to unicodeobject.c
arraymodule.patchtheller,2002-12-12 19:48Patch to arraymodule.c
Messages (3)
msg41982 -(view)Author: Thomas Heller (theller)*(Python committer)Date: 2002-12-12 19:43
Implementation ofPEP 298 - the locked buffer interface.
msg41983 -(view)Author: Thomas Heller (theller)*(Python committer)Date: 2002-12-12 19:53
Logged In: YES user_id=11105There is no need to review the patches, as it seems, nobodyneeds this and the PEP will be rejected.Discussion of the patches:One thing is missing inpep298.core.patch, a change shouldprobably be made to PyType_Ready(), so thatPy_TPFLAGS_HAVE_GETCHARBUFFER is set whenPy_TPFLAGS_HAVE_LOCKEDBUFFER is present.arraymodule.patch: A diffferent error should probably beraised when the array object cannot be resized because it islocked, currently the patch uses PyExc_RuntimeError.
msg41984 -(view)Author: Thomas Heller (theller)*(Python committer)Date: 2003-02-05 17:31
Logged In: YES user_id=11105I lost the interest in this :-)
History
DateUserActionArgs
2022-04-10 16:06:00adminsetgithub: 37606
2002-12-12 19:43:48thellercreate
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2026 Movatter.jp