Python Forum
More Python Embedding Trouble
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
More Python Embedding Trouble
#4
The Python Documentation Wrote:Bugs and caveats: The destruction of modules and objects in modules is done in random order; this may cause destructors (__del__() methods) to fail when they depend on other objects (even functions) or modules. Dynamically loaded extension modules loaded by Python are not unloaded. Small amounts of memory allocated by the Python interpreter may not be freed (if you find a leak, please report it). Memory tied up in circular references between objects is not freed. Some memory allocated by extension modules may not be freed. Some extensions may not work properly if their initialization routine is called more than once; this can happen if an application calls Py_Initialize() and Py_FinalizeEx() more than once.
Reply


Messages In This Thread
More Python Embedding Trouble - by jibarra - Jul-11-2019, 07:15 PM
RE: More Python Embedding Trouble - by Gribouillis - Jul-11-2019, 08:53 PM
RE: More Python Embedding Trouble - by jibarra - Jul-11-2019, 09:09 PM
RE: More Python Embedding Trouble - by Gribouillis - Jul-11-2019, 09:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trouble with installing python domingo251 2 598 Sep-23-2023, 12:03 AM
Last Post: ICanIBB
  Embedding python script into html via pyscript pyscript_dude 7 1,562 Apr-16-2023, 11:17 PM
Last Post: pyscript_dude
  C++ python embedding comarius 0 827 Aug-26-2022, 02:01 AM
Last Post: comarius
Question Embedding a python file online Dreary35 0 1,529 Jun-10-2021, 05:05 PM
Last Post: Dreary35
  Embedding python cause crash when use boost::asio multi threading udvatt108 0 1,724 Oct-04-2020, 03:15 PM
Last Post: udvatt108
  Need help merging/embedding duckredbeard 10 3,407 Aug-13-2020, 04:48 AM
Last Post: duckredbeard
  New to python, having trouble with an exercise Salkay 3 2,160 Feb-18-2020, 01:42 AM
Last Post: Salkay
  Embedding return in a print statement Tapster 3 2,284 Oct-07-2019, 03:10 PM
Last Post: Tapster
  Calling Extended Embedding Python as shared library jibarra 0 2,223 Jul-19-2019, 05:22 PM
Last Post: jibarra
  Python Embedding jibarra 4 3,064 Jul-11-2019, 03:25 PM
Last Post: jibarra

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020