On Tue, 2 Nov 2021 at 00:20, Shaozhong SHI wrote:
>
>
> On Tue, 2 Nov 2021 at 00:09, MRAB wrote:
>
>> On 2021-11-01 23:02, Shaozhong SHI wrote:
>> > How to configure to improve Python performance in a system like the
>> > following:
>> >
>> > Windows 10
>> >
>> > System
>> >
>> > Processor Intel
On Tue, Nov 2, 2021 at 11:21 AM Shaozhong SHI wrote:
>
> On Tue, 2 Nov 2021 at 00:09, MRAB wrote:
>
> > On 2021-11-01 23:02, Shaozhong SHI wrote:
> > > How to configure to improve Python performance in a system like the
> > > following:
> > >
> > > Windows 10
> > >
> > > System
> > >
> > > Proces
On Tue, 2 Nov 2021 at 00:09, MRAB wrote:
> On 2021-11-01 23:02, Shaozhong SHI wrote:
> > How to configure to improve Python performance in a system like the
> > following:
> >
> > Windows 10
> >
> > System
> >
> > Processor Intel(R) Core(TM) i7-9700 CPU @3.60GHz, 3.60 GHz
> > Installed memory (RA
On 2021-11-01 23:02, Shaozhong SHI wrote:
How to configure to improve Python performance in a system like the
following:
Windows 10
System
Processor Intel(R) Core(TM) i7-9700 CPU @3.60GHz, 3.60 GHz
Installed memory (RAM) 32.0 GB (31.8 GB usable)
System type: 64-bit Operating System, x64-based
How to configure to improve Python performance in a system like the
following:
Windows 10
System
Processor Intel(R) Core(TM) i7-9700 CPU @3.60GHz, 3.60 GHz
Installed memory (RAM) 32.0 GB (31.8 GB usable)
System type: 64-bit Operating System, x64-based processor
I found that the Python script wa
Marco Sulla wrote at 2021-10-31 23:59 +0100:
>I have two types declared as
>
>PyTypeObject PyX_Type = {
>PyVarObject_HEAD_INIT(&PyType_Type, 0)
>
>etc.
>
>How can I mark one of the types as subclass of the other one? I tried
>to use tp_base but it didn't work.
Read the "Python/C Api" documenta