PyObject_Size

  • Thread starter Scott Brady Drummonds
  • Start date
S

Scott Brady Drummonds

Hi, everyone,

I'm seeing a problem in a legacy Python script in a tool I use where the
script is unable to load a shared library. Version 1.5.2 of Python
complains that "...undefined symbol: PyObject_Size" while more recent
versions work just fine.

I presume that what's going on is that older versions of Python required
shared libraries that are Python-loadable to have this function (which I
realize returns an object's size) specified. It also appears that new
versions don't require this function any more. What happened in between
that old version and the current ones with regards to this symbol? Why was
this required before but not any longer?

Thanks,
Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,665
Latest member
salkete

Latest Threads

Top