Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
552B

  1. --- Python-3.8.0/Modules/_xxsubinterpretersmodule.c.orig 2019-10-22 13:34:28.145872500 +0300
  2. +++ Python-3.8.0/Modules/_xxsubinterpretersmodule.c 2019-10-22 13:34:49.299509600 +0300
  3. @@ -1749,7 +1749,7 @@
  4. "A channel ID identifies a channel and may be used as an int.");
  5. static PyTypeObject ChannelIDtype = {
  6. - PyVarObject_HEAD_INIT(&PyType_Type, 0)
  7. + PyVarObject_HEAD_INIT(NULL, 0)
  8. "_xxsubinterpreters.ChannelID", /* tp_name */
  9. sizeof(channelid), /* tp_basicsize */
  10. 0, /* tp_itemsize */