Add wrappers for PyEval_EvalCode*, Py_CompileString* Python C API
Aberta
- Linguagem predominante
- C++
- Estrelas
- 537
- Forks
- 223
- Merge médio
- 11h 22min
- PRs com merge (30d)
- 2
Descrição
It would be nice to have API to follow "compile and eval" way. Currently Boost.Python provides only string-based or file-based evaluation methods.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Start by locating Boost.Python's existing string-based and file-based evaluation methods, then trace their wrapper entry points. Compare the available Python C API functions PyEval_EvalCode*, Py_CompileString*, and the requested compile-and-evaluate workflow; done means the corresponding wrappers are exposed with coverage for their intended use.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- cpp, python
- Domínio
- api
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 35/100