Home
last modified time | relevance | path

Searched refs:libc_ver (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-06-13-20-33-29.bpo-26544.hQ1oMt.rst1 Fixed implementation of :func:`platform.libc_ver`. It almost always returned
/external/python/cpython2/Lib/test/
Dtest_platform.py256 res = platform.libc_ver(executable)
262 self.assertEqual(platform.libc_ver(support.TESTFN),
/external/python/setuptools/setuptools/
Dglibc.py76 def libc_ver(): function
/external/python/cpython3/Lib/test/
Dtest_platform.py285 res = platform.libc_ver(executable)
291 self.assertEqual(platform.libc_ver(support.TESTFN),
Dtest_time.py444 @unittest.skipUnless(platform.libc_ver()[0] != 'glibc',
/external/python/cpython3/Lib/
Dplatform.py176 def libc_ver(executable=sys.executable, lib='', version='', chunksize=16384): function
1390 libcname, libcversion = libc_ver(sys.executable)
/external/python/cpython2/Lib/
Dplatform.py172 def libc_ver(executable=sys.executable,lib='',version='', chunksize=2048): function
1608 libcname,libcversion = libc_ver(sys.executable)
/external/python/cpython3/Doc/library/
Dplatform.rst273 .. function:: libc_ver(executable=sys.executable, lib='', version='', chunksize=16384)
/external/python/cpython2/Doc/library/
Dplatform.rst279 .. function:: libc_ver(executable=sys.executable, lib='', version='', chunksize=2048)
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst889 Fixed implementation of :func:`platform.libc_ver`. It almost always returned