Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f242aa0 commit cfa2dbaCopy full SHA for cfa2dba
1 file changed
Modules/Setup.in
@@ -94,6 +94,7 @@ pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
94
posix posixmodule.c # posix (UNIX) system calls
95
signal signalmodule.c # signal(2)
96
_sre _sre.c # Fredrik Lundh's new regular expressions
97
+_exceptions _exceptions.c # Class-based standard exceptions
98
99
# The SGI specific GL module:
100
0 commit comments