mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-15 10:33:14 +00:00
[PR #799] [MERGED] Temporarily wrapped the Python API #1610
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:something📝 Commits (2)
1816894Temporarily wrapped the Python APIa6f0a07Merge 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.