Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #110682 > unrolled thread

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

Started bySteven Truppe <steven.truppe@chello.at>
First post2016-06-28 12:51 +0200
Last post2016-07-03 17:46 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  What the deal with python3.5m.so and python3.5.so ?? Steven Truppe <steven.truppe@chello.at> - 2016-06-28 12:51 +0200
    Re: What the deal with python3.5m.so and python3.5.so ?? Laurent Pointal <laurent.pointal@free.fr> - 2016-07-03 17:46 +0200

#110682 — What the deal with python3.5m.so and python3.5.so ??

FromSteven Truppe <steven.truppe@chello.at>
Date2016-06-28 12:51 +0200
SubjectWhat the deal with python3.5m.so and python3.5.so ??
Message-ID<mailman.71.1467111394.2358.python-list@python.org>
Hi all,

can someone tell me the difference between python3.5m.so and python3.5.so ??

Tanks in advance,
Steven Truppe

[toc] | [next] | [standalone]


#111003

FromLaurent Pointal <laurent.pointal@free.fr>
Date2016-07-03 17:46 +0200
Message-ID<5779335d$0$23774$426a74cc@news.free.fr>
In reply to#110682
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 Truppe

A+
L.P.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web