summaryrefslogtreecommitdiffstats
path: root/Python/import.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-14 09:36:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-14 09:36:11 (GMT)
commit23c5cbbddec66063f1cc44cc06045a39a119b3d6 (patch)
treed646846af088745ccb847fee220d1852ecafcaf3 /Python/import.c
parent2eb6b0d1bd71c27c76d578079e21c27ad3338b90 (diff)
downloadcpython-23c5cbbddec66063f1cc44cc06045a39a119b3d6.zip
cpython-23c5cbbddec66063f1cc44cc06045a39a119b3d6.tar.gz
cpython-23c5cbbddec66063f1cc44cc06045a39a119b3d6.tar.bz2
fs_unicode_converter is no longer used.
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Python/import.c b/Python/import.c
index 0608924..6d71f2a 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -38,14 +38,6 @@ module _imp
#include "clinic/import.c.h"
-/*[python input]
-class fs_unicode_converter(CConverter):
- type = 'PyObject *'
- converter = 'PyUnicode_FSDecoder'
-
-[python start generated code]*/
-/*[python end generated code: output=da39a3ee5e6b4b0d input=9d6786230166006e]*/
-
/* Initialize things */
void