[Patches] [ python-Patches-627105 ] warn about portability issue

noreply@sourceforge.net noreply@sourceforge.net
Tue, 22 Oct 2002 14:02:53 -0700


Patches item #627105, was opened at 2002-10-22 21:02
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=627105&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Zooko O'Whielacronx (zooko)
Assigned to: Nobody/Anonymous (nobody)
Summary: warn about portability issue

Initial Comment:
It's conceivable that there is a platform with
memory-protected pages smaller than 4 KB, and in that
case if someone called PyObject_Free(p), where p
pointed to an address towards the beginning of a page,
the interpreter might incur a segment fault.  This
patch fixes the in-line docs so that it no longer
incorrectly asserts that "It doesn't matter if this
value is different from the native page size.".


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=627105&group_id=5470