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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to