Re: What the deal with python3.5m.so and python3.5.so ??

2016-07-03 Thread Laurent Pointal
Steven Truppe wrote: > Hi all, > > can someone tell me the difference between python3.5m.so and python3.5.so > ?? The 'm' tagged version is for a Python compiled with PyMalloc: https://www.python.org/dev/peps/pep-3149/ (found it with Blender's bundled Python) > > Tanks in advance, > Steven

Re: What the deal with python3.5m.so and python3.5.so ??

2016-06-28 Thread eryk sun
On Tue, Jun 28, 2016 at 10:51 AM, Steven Truppe wrote: > > can someone tell me the difference between python3.5m.so and python3.5.so ?? The "m" suffix means that Python is configured "--with-pymalloc", i.e. using specialized mallocs, including the small-object allocator.

What the deal with python3.5m.so and python3.5.so ??

2016-06-28 Thread Steven Truppe
Hi all, can someone tell me the difference between python3.5m.so and python3.5.so ?? Tanks in advance, Steven Truppe -- https://mail.python.org/mailman/listinfo/python-list