Kaydet (Commit) 9d4f3d81 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Added exceptins for testing non-reversible import mapping for Issue #26013.

...@@ -239,6 +239,8 @@ if has_c_implementation: ...@@ -239,6 +239,8 @@ if has_c_implementation:
ALT_IMPORT_MAPPING = { ALT_IMPORT_MAPPING = {
('_elementtree', 'xml.etree.ElementTree'), ('_elementtree', 'xml.etree.ElementTree'),
('cPickle', 'pickle'), ('cPickle', 'pickle'),
('StringIO', 'io'),
('cStringIO', 'io'),
} }
ALT_NAME_MAPPING = { ALT_NAME_MAPPING = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment