Parcourir la source

[1333r] removed commented-out macro setting. it was left in case we'll
need it in a future version, but as it was explicitly pointed out in review
it's probably less confusing to remove it completely.

JINMEI Tatuya il y a 13 ans
Parent
commit
2d85e22f10
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      src/lib/python/isc/datasrc/journal_reader_python.cc

+ 0 - 4
src/lib/python/isc/datasrc/journal_reader_python.cc

@@ -12,10 +12,6 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 // PERFORMANCE OF THIS SOFTWARE.
 
 
-// Enable this if you use s# variants with PyArg_ParseTuple(), see
-// http://docs.python.org/py3k/c-api/arg.html#strings-and-buffers
-//#define PY_SSIZE_T_CLEAN
-
 // Python.h needs to be placed at the head of the program file, see:
 // Python.h needs to be placed at the head of the program file, see:
 // http://docs.python.org/py3k/extending/extending.html#a-simple-example
 // http://docs.python.org/py3k/extending/extending.html#a-simple-example
 #include <Python.h>
 #include <Python.h>