[New-bugs-announce] [issue17116] xml.parsers.expat.(errors|model) don't set the __loader__ attribute

Brett Cannon report at bugs.python.org
Sun Feb 3 17:47:37 CET 2013


New submission from Brett Cannon:

A new test in test_importlib is discovering that pyexpat is creating both its errors and model modules by hand in pyexpat's initialization function. Should at least set __loader__ to None there.

----------
assignee: brett.cannon
messages: 181280
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: xml.parsers.expat.(errors|model) don't set the __loader__ attribute
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17116>
_______________________________________


More information about the New-bugs-announce mailing list