2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

remove comment nolonger valid

[SVN r55458]
This commit is contained in:
Haoyu Bai
2009-08-08 09:28:38 +00:00
parent f7c5139fe3
commit 07abe23ae4

View File

@@ -148,7 +148,6 @@ object str_base::encode(object_cref encoding, object_cref errors) const
}
// XXX(bhy) Why not use extract<long> instead of Python C-API?
#if PY_VERSION_HEX >= 0x03000000
#define _BOOST_PYTHON_ASLONG PyLong_AsLong
#else