This list is for the development *of* the Python interpreter, not
support for *using* Python. If you signed up to this mailing list via
the web, it clearly says:
Do not post general Python questions to this list.
highlighted in a great big box in red. Was that not clear enough? What
can we
>
> *def get_fstype_of_mounted_partition(self, fs):*
>"""
>Get the filesystem type of the mounted partition.
>
>:partition_name : Partition path as string (e.g. /dev/mmcblk0p1)
>:return: filesystem type as string or None if not found
>"""
>
> *
On Wed, Nov 7, 2018 at 5:11 AM srinivasan wrote:
> As am newbie to python development, I am trying to use the below function to
> get verify the filesystem type of the SD card parition using bash command in
> python using subprocess module, I ma seeing the below Error "SyntaxError:
> can't assi
On Tue, Nov 6, 2018 at 8:09 AM Victor Stinner wrote:
> I don't understand the difference between Py_BUILD_CORE and
> Py_BUILD_CORE_BUILTIN defines. Do we need to have two different
> defines? Can't we compile _json with Py_BUILD_CORE?
>
> [snip]
>
> Is it a problem of the visibility/scope of symbo
On Fri, Nov 2, 2018 at 1:02 PM Victor Stinner wrote:
>
> Le ven. 2 nov. 2018 à 18:32, Neil Schemenauer a
> écrit :
> > A simple approach would be to introduce something like
> > Python-internal.h. If you are a Python internal unit, you can
> > include both Python.h and Python-internal.h. We co
Dear Python Experts Team,
As am newbie to python development, I am trying to use the below function
to get verify the filesystem type of the SD card parition using bash
command in python using subprocess module, I ma seeing the below Error
"SyntaxError: can't assign to literal"
*CODE:*
**
im
Hi,
I'm trying to cleanup the Python C API, especially strictly separate
the public C API, the stable C API (Py_LIMITED_API), and the internal
C API (Py_BUILD_CORE).
Move internal headers to Include/internal/ :
https://bugs.python.org/issue35081
Move !Py_LIMITED_API to Include/pycapi/:
https://b