Nuitka
The Python compiler
Loading...
Searching...
No Matches
lists_generated.h
1// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
2
3/* WARNING, this code is GENERATED. Modify the template CodeTemplateMakeListSmall.c.j2 instead! */
4
5/* This file is included from another C file, help IDEs to still parse it on its own. */
6#ifdef __IDE_ONLY__
7#include "nuitka/prelude.h"
8#endif
9
10extern PyObject *MAKE_LIST1(PyThreadState *tstate, PyObject *arg0);
11extern PyObject *MAKE_LIST2(PyThreadState *tstate, PyObject *arg0, PyObject *arg1);
12extern PyObject *MAKE_LIST3(PyThreadState *tstate, PyObject *arg0, PyObject *arg1, PyObject *arg2);
13extern PyObject *MAKE_LIST4(PyThreadState *tstate, PyObject *list);
14extern PyObject *MAKE_LIST5(PyThreadState *tstate, PyObject *list);
15extern PyObject *MAKE_LIST6(PyThreadState *tstate, PyObject *list);
16extern PyObject *MAKE_LIST7(PyThreadState *tstate, PyObject *list);
17extern PyObject *MAKE_LIST8(PyThreadState *tstate, PyObject *list);
18extern PyObject *MAKE_LIST9(PyThreadState *tstate, PyObject *list);
19extern PyObject *MAKE_LIST10(PyThreadState *tstate, PyObject *list);
20extern PyObject *MAKE_LIST11(PyThreadState *tstate, PyObject *list);
21extern PyObject *MAKE_LIST12(PyThreadState *tstate, PyObject *list);
22
23// Part of "Nuitka", an optimizing Python compiler that is compatible and
24// integrates with CPython, but also works on its own.
25//
26// Licensed under the Apache License, Version 2.0 (the "License");
27// you may not use this file except in compliance with the License.
28// You may obtain a copy of the License at
29//
30// http://www.apache.org/licenses/LICENSE-2.0
31//
32// Unless required by applicable law or agreed to in writing, software
33// distributed under the License is distributed on an "AS IS" BASIS,
34// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35// See the License for the specific language governing permissions and
36// limitations under the License.