shadchin d4be68e361 IGNIETFERRO-1816 Update Python 3 from 3.9.12 to 3.10.4 2 years ago
..
.yandex_meta 81eddc8c0b Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2. 3 years ago
Include d4be68e361 IGNIETFERRO-1816 Update Python 3 from 3.9.12 to 3.10.4 2 years ago
ut 094638589d intermediate changes 2 years ago
README.md b49848d6e3 Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2. 3 years ago
gen_includes.py b49848d6e3 Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2. 3 years ago

README.md

This include-only library enables simultaneous bindings into Python2 and Python3 with single build.

It provides the following:

  • Let dependencies to headers from both Pythons be seen at once during ya make dependency computation. This makes depenency graph more stable.
  • Steers build to proper Python headers depending on mode in which binding is built.
  • Adds proper Python library to link.

Headers are automatically generated from Python2 and Python3 headers using gen_includes.py script