Skip to content
Snippets Groups Projects

hgdemandimport: add collections.abc to the ignore list because Python 3.13 rc3

Merged Pierre-Yves David requested to merge topic/stable/3.13-abc into branch/stable
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -62,6 +62,7 @@
'_weakrefset',
'warnings',
'threading',
'collections.abc',
}
_pypy = '__pypy__' in sys.builtin_module_names
Loading