Kaydet (Commit) 5c1d9d2f authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

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

üst 111c7b90
...@@ -244,6 +244,8 @@ if has_c_implementation: ...@@ -244,6 +244,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