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.

classification
Title: posixmodule.c RedHat 6.1 (bug #535545)
Type: Stage:
Components: Extension Modules Versions: Python 2.2
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: loewis, pboddie
Priority: normal Keywords: patch

Created on 2002-06-03 16:53 by pboddie, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python-2.2.1-posixmodule pboddie, 2002-06-03 16:53 Proposed fix for bug #535545.
Messages (3)
msg40213 - (view) Author: Paul Boddie (pboddie) Date: 2002-06-03 16:53
The given patch prevents the compiler error as described 
in bug #535545. Some side-effects occur - notably 
compiler warnings - but the glibc (or Linux) header files 
seem to protect against most undesirable redefinitions, 
it would seem.
msg40214 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-06-04 08:33
Logged In: YES 
user_id=21627

Not sure what problem this is fixing: bug #535545 is fixed
already.
msg40215 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-06-13 19:50
Logged In: YES 
user_id=21627

Rejecting the patch.
History
Date User Action Args
2022-04-10 16:05:23adminsetgithub: 36693
2002-06-03 16:53:33pboddiecreate