Message88890
I installed 3.1rc1 on my OS X (10.5.?) machine, updated asynchat, and ran
the test with and without my change. Without my change, it breaks in the
way described numerous times. With my change, it seems to work fine on OS
X, linux, and Windows for me.
Looking at line 106 in py3k/Lib/asyncore.py
(http://svn.python.org/view/python/branches/py3k/Lib/asyncore.py?
annotate=73183) gets me "obj.handle_close()". Your tracebacks show line
106 calling "obj.handle_expt_event()", which is the old code. |
|
Date |
User |
Action |
Args |
2009-06-04 18:01:53 | josiahcarlson | set | recipients:
+ josiahcarlson, facundobatista, mark.dickinson, alanmcintyre, giampaolo.rodola, donmez, MrJean1, benjamin.peterson, ned.deily, r.david.murray |
2009-06-04 18:01:52 | josiahcarlson | set | messageid: <1244138512.43.0.837825847704.issue5798@psf.upfronthosting.co.za> |
2009-06-04 18:01:50 | josiahcarlson | link | issue5798 messages |
2009-06-04 18:01:49 | josiahcarlson | create | |
|