[PR #799] [MERGED] Temporarily wrapped the Python API #1610

Closed
opened 2026-01-29 17:17:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/799
Author: @Izaron
Created: 10/18/2017
Status: Merged
Merged: 10/18/2017
Merged by: @Izaron

Base: masterHead: something


📝 Commits (2)

  • 1816894 Temporarily wrapped the Python API
  • a6f0a07 Merge branch 'master' into something

📊 Changes

11 files changed (+50 additions, -5 deletions)

View changed files

📝 src/ccextractor.c (+19 -0)
📝 src/ccextractor.h (+7 -0)
📝 src/extractors/extractor.c (+3 -1)
📝 src/extractors/extractor.h (+2 -1)
📝 src/lib_ccx/ccx_common_option.c (+2 -0)
📝 src/lib_ccx/ccx_common_option.h (+3 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+3 -1)
📝 src/lib_ccx/output.c (+4 -0)
📝 src/lib_ccx/params.c (+2 -0)
📝 src/wrappers/wrapper.c (+2 -1)
📝 src/wrappers/wrapper.h (+3 -1)

📄 Description

Temporarily wrapped the Python API in order to prevent errors in the program.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/799 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 10/18/2017 **Status:** ✅ Merged **Merged:** 10/18/2017 **Merged by:** [@Izaron](https://github.com/Izaron) **Base:** `master` ← **Head:** `something` --- ### 📝 Commits (2) - [`1816894`](https://github.com/CCExtractor/ccextractor/commit/1816894ccf19346104402c5aad814f19a5ef7a3e) Temporarily wrapped the Python API - [`a6f0a07`](https://github.com/CCExtractor/ccextractor/commit/a6f0a07bf9172b9a1b78ad70d0eb51a00f43e5e8) Merge branch 'master' into something ### 📊 Changes **11 files changed** (+50 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+19 -0) 📝 `src/ccextractor.h` (+7 -0) 📝 `src/extractors/extractor.c` (+3 -1) 📝 `src/extractors/extractor.h` (+2 -1) 📝 `src/lib_ccx/ccx_common_option.c` (+2 -0) 📝 `src/lib_ccx/ccx_common_option.h` (+3 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+3 -1) 📝 `src/lib_ccx/output.c` (+4 -0) 📝 `src/lib_ccx/params.c` (+2 -0) 📝 `src/wrappers/wrapper.c` (+2 -1) 📝 `src/wrappers/wrapper.h` (+3 -1) </details> ### 📄 Description Temporarily wrapped the Python API in order to prevent errors in the program. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:17:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1610