[issue5591] global symbols in shared libpython not prefixed with Py or _Py

2009-03-29 Thread Matthias Klose

Matthias Klose d...@debian.org added the comment:

sorry, forgot to add these ...

 _add_one_to_index_C
 _add_one_to_index_F
 asdl_int_seq_new
 asdl_seq_new

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5591
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5591] global symbols in shared libpython not prefixed with Py or _Py

2009-03-29 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Looks like this is a duplicate of #4555 actually :)

--
resolution:  - duplicate
status: open - closed
superseder:  - Smelly exports

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5591
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5591] global symbols in shared libpython not prefixed with Py or _Py

2009-03-28 Thread Matthias Klose

New submission from Matthias Klose d...@debian.org:

There are four global symbols in libpython, which have are globally
defined, and don't have a Py prefix. Would it be possible to define
those with a _Py prefix instead?

--
messages: 84334
nosy: doko
severity: normal
status: open
title: global symbols in shared libpython not prefixed with Py or _Py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5591
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5591] global symbols in shared libpython not prefixed with Py or _Py

2009-03-28 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

What are those symbols?

--
nosy: +pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5591
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com