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 vstinner
Recipients amaury.forgeotdarc, giampaolo.rodola, josiahcarlson, stutzbach, vstinner, xdegaye
Date 2014-06-27.21:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403903306.01.0.0753749866292.issue13103@psf.upfronthosting.co.za>
In-reply-to
Content
This issue has been fixed in Python 3.5 by this change:
---
changeset:   90495:2cceb8cb552b
parent:      90493:d1a03834cec7
user:        Giampaolo Rodola' <g.rodola@gmail.com>
date:        Tue Apr 29 02:03:40 2014 +0200
files:       Lib/asyncore.py Lib/test/test_asyncore.py Misc/NEWS
description:
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack.
---

If I understdood correctly, for backward compatibility (and limit risk of regressions), this fix cannot be done in Python 3.4.

I close the issue, copy.copy(asyncore.dispatcher()) doesn't crash anymore.
History
Date User Action Args
2014-06-27 21:08:26vstinnersetrecipients: + vstinner, josiahcarlson, amaury.forgeotdarc, giampaolo.rodola, stutzbach, xdegaye
2014-06-27 21:08:26vstinnersetmessageid: <1403903306.01.0.0753749866292.issue13103@psf.upfronthosting.co.za>
2014-06-27 21:08:25vstinnerlinkissue13103 messages
2014-06-27 21:08:25vstinnercreate