Nuitka
The Python compiler
Loading...
Searching...
No Matches
jit_sources.h
1
// Copyright 2026, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
2
3
#ifndef __NUITKA_JIT_SOURCES_H__
4
#define __NUITKA_JIT_SOURCES_H__
5
6
// Helpers for making source available at run-time for JIT systems
7
// outside of Nuitka that want it.
8
9
extern
void
SET_UNCOMPILED_FUNCTION_SOURCE_DICT(PyObject *name, PyObject *source);
10
11
#endif
12
13
// Part of "Nuitka", an optimizing Python compiler that is compatible and
14
// integrates with CPython, but also works on its own.
15
//
16
// Licensed under the GNU Affero General Public License, Version 3 (the "License");
17
// you may not use this file except in compliance with the License.
18
// You may obtain a copy of the License at
19
//
20
// http://www.gnu.org/licenses/agpl.txt
21
//
22
// Unless required by applicable law or agreed to in writing, software
23
// distributed under the License is distributed on an "AS IS" BASIS,
24
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
// See the License for the specific language governing permissions and
26
// limitations under the License.
nuitka
build
include
nuitka
jit_sources.h
Generated by
1.9.8