[issue4854] gnu_get_libc_version() returns bad number on Ubuntu 64 bits
sébastien martini added the comment: Ooops, my mistake, there is nothing wrong, this report can be closed, sorry. ___ Python tracker <http://bugs.python.org/issue4
[issue4854] gnu_get_libc_version() returns bad number on Ubuntu 64 bits
New submission from sébastien martini : System: Ubuntu 8.10 Desktop AMD 64 Processor: Intel Core i7 Python: 2.5.2 While raw C code: #include #include #include int main(int argc, char *argv[]) { printf("GNU libc version: %s\n", gnu_get_libc_version()); return 0; } prints