[Python-checkins] cpython: fs_unicode_converter is no longer used.

serhiy.storchaka python-checkins at python.org
Thu Apr 14 05:36:39 EDT 2016


https://hg.python.org/cpython/rev/49371affeb99
changeset:   100967:49371affeb99
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Thu Apr 14 12:36:11 2016 +0300
summary:
  fs_unicode_converter is no longer used.

files:
  Python/import.c |  8 --------
  1 files changed, 0 insertions(+), 8 deletions(-)


diff --git a/Python/import.c b/Python/import.c
--- a/Python/import.c
+++ b/Python/import.c
@@ -38,14 +38,6 @@
 
 #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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list