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: file object may not be subtyped
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, loewis, niemeyer
Priority: normal Keywords: patch

Created on 2002-03-14 23:58 by niemeyer, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.2-file.patch niemeyer, 2002-03-14 23:59
Messages (4)
msg39240 - (view) Author: Gustavo Niemeyer (niemeyer) * (Python committer) Date: 2002-03-14 23:58
PyFileObject should be defined in fileobject.h, so it 
may be properly subtyped. This patches fixes this, 
and also a comment word typed twice.
msg39241 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-03-15 13:45
Logged In: YES 
user_id=21627

This patch looks good to me.
msg39242 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-03-15 15:30
Logged In: YES 
user_id=6380

Looks good to me too. Check it in.
msg39243 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-03-15 17:43
Logged In: YES 
user_id=21627

Applied as fileobject.c 2.147; fileobject.h 2.26.
History
Date User Action Args
2022-04-10 16:05:06adminsetgithub: 36261
2002-03-14 23:58:07niemeyercreate