Skip to content

[FEATURE]: load_symbol() Function for Library API #126

@nreagan-nasa

Description

@nreagan-nasa

Contact Details

No response

What is the feature?

There currently exists a load_function() API to load a symbol from a DLL. This should really be renamed to load_symbol(), since it also supports variables. So ideally we'd rename load_function() to load_symbol(), and have load_function() simply call load_symbol() for backward compatibility.

Desribe alternatives you have considered?

Using load_function() in the meantime

Extension

None

Libraries

None

System

Library API

Metadata

Metadata

Labels

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions