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.

Author ke265379ke
Recipients ke265379ke, steven.daprano, terry.reedy
Date 2020-12-28.09:32:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609147957.5.0.101516821971.issue42733@roundup.psfhosted.org>
In-reply-to
Content
hi Terry

you are right
i download python version 3.0.1 to check this case

'''
Python 3.0.1 (r301:69556, Dec 28 2020, 14:14:02) 
[GCC 7.5.0] on linux5
Type "help", "copyright", "credits" or "license" for more information.
>>> from test_case import test
[43552 refs]
>>> test()
beginning tell 0
tell after read 32
tell after delete content 0
tell after write 32
[52665 refs]
>>> 

'''
History
Date User Action Args
2020-12-28 09:32:37ke265379kesetrecipients: + ke265379ke, terry.reedy, steven.daprano
2020-12-28 09:32:37ke265379kesetmessageid: <1609147957.5.0.101516821971.issue42733@roundup.psfhosted.org>
2020-12-28 09:32:37ke265379kelinkissue42733 messages
2020-12-28 09:32:36ke265379kecreate