2021-08-13 03:20:45 -07:00
|
|
|
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│
|
2023-12-07 22:11:56 -05:00
|
|
|
│ vi: set et ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi │
|
2021-08-13 03:20:45 -07:00
|
|
|
╞══════════════════════════════════════════════════════════════════════════════╡
|
|
|
|
│ Python 3 │
|
|
|
|
│ https://docs.python.org/3/license.html │
|
|
|
|
╚─────────────────────────────────────────────────────────────────────────────*/
|
2021-08-12 00:42:14 -07:00
|
|
|
#include "third_party/python/Python/importdl.h"
|
2021-08-08 09:38:33 +05:30
|
|
|
|
|
|
|
/* This module provides the necessary stubs for when dynamic loading is
|
|
|
|
not present. */
|
|
|
|
|
|
|
|
const char *_PyImport_DynLoadFiletab[] = {NULL};
|