#14319: py3c-1.3 (Python Module)
-------------------------+-----------------------
 Reporter:  bdubbs       |       Owner:  bdubbs
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  10.1
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by bdubbs):

 py3c Changes v1.3 (2020-11-29)

 Compatibility:

 * Tested with Python 3.9.0

 Additions:

 * To help avoid compiler warning about uninitialized members, extra
 members
   are added to the ``PyModuleDef`` structure for Python 2: ``m_slots``,
   ``m_traverse``, ``m_clear`` and ``m_free``.
   Under Python 2, they must be set to NULL (usually by continuing to leave
   them out).

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/14319#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to