Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #110682 > unrolled thread
| Started by | Steven Truppe <steven.truppe@chello.at> |
|---|---|
| First post | 2016-06-28 12:51 +0200 |
| Last post | 2016-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.
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
| From | Steven Truppe <steven.truppe@chello.at> |
|---|---|
| Date | 2016-06-28 12:51 +0200 |
| Subject | What 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]
| From | Laurent Pointal <laurent.pointal@free.fr> |
|---|---|
| Date | 2016-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